home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Scope / Scope Disk #047 (199x)(Scope PD)(US)[WB].zip / Scope Disk #047 (199x)(Scope PD)(US)[WB].adf / VirusX31 / source.note < prev    next >
Text File  |  1988-12-31  |  749b  |  18 lines

  1. VirusX 3.0 is created using the Lattice compiler.  It will still compile
  2. and run under Manx, but Lattice 5.0 gave me an executable almost 
  3. 4K smaller than the Manx one, more than enough reason to switch.
  4.  
  5. Note that this version of VirusX should compile under the world's
  6. pickiest compiler (Lattice), with NO warnings!  Yaaaay!
  7.  
  8. The MAKEFILE included is for the Manx Make utility.  LMK doesn't like
  9. me, so I'm using the manx one for now - any generic make should do,
  10. the reason it's included at all is so you can pick up the correct
  11. command line switches and BLINK command line.
  12.  
  13. The VirusX.I file is included by VirusX.C and contains the prototype
  14. definitions necessary to make registerized parameter passing possible
  15. under Lattice 5.
  16.  
  17.         ...Steve
  18.